home *** CD-ROM | disk | FTP | other *** search
- Path: news.jf.intel.com!news
- From: Rodney Korn <Rodney_Korn@ccm.jf.intel.com>
- Newsgroups: comp.lang.c
- Subject: Re: DLL Syntax Error in C
- Date: Fri, 16 Feb 1996 12:22:10 -0800
- Organization: PCD
- Message-ID: <3124E772.909@ccm.jf.intel.com>
- References: <BHURSCH.31.00AEBF56@litc.lockheed.com>
- NNTP-Posting-Host: rkorn.jf.intel.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- Bob Hursch wrote:
-
- You may only use extern "C" if you are compiling a C++ file. You should
- wrap this extern in an #ifdef __cplusplus block in header files or .CPP
- files.
-
-
- Rodney
-